Fix typos
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 23 Jan 2009 05:54:02 +0000 (05:54 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 23 Jan 2009 05:54:02 +0000 (05:54 +0000)
svn path=/trunk/; revision=22190

ChangeLog
gtk/gtktreeview.c

index e23c3db12acdf54393d56f9744d83ae2293052b9..9cce823706a4952ca34da6722513bd6d56bb25d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-23  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 568744 – Spellfixes in GtkTreeView's documentation
+
+       * gtk/gtktreeview.c: Fix typos in the docs.
+
 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 567761 – Spellfixes in GTK+ documentation
index 703f07935d7a4073510904715638bd20a4bd11c9..d330ccb22d0254d360c296988673bfbb1cb70577 100644 (file)
@@ -673,7 +673,7 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
      * Currently, this works only for the selection modes 
      * %GTK_SELECTION_SINGLE and %GTK_SELECTION_BROWSE.
      *
-     * This mode is primarily indended for treeviews in popups, e.g.
+     * This mode is primarily intended for treeviews in popups, e.g.
      * in #GtkComboBox or #GtkEntryCompletion.
      *
      * Since: 2.6
@@ -690,10 +690,10 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
      * GtkTreeView:hover-expand:
      * 
      * Enables of disables the hover expansion mode of @tree_view.
-     * Hover expansion makes rows expand or collaps if the pointer moves 
+     * Hover expansion makes rows expand or collapse if the pointer moves 
      * over them.
      *
-     * This mode is primarily indended for treeviews in popups, e.g.
+     * This mode is primarily intended for treeviews in popups, e.g.
      * in #GtkComboBox or #GtkEntryCompletion.
      *
      * Since: 2.6
@@ -14116,7 +14116,7 @@ gtk_tree_view_set_search_entry (GtkTreeView *tree_view,
  * @data: user data to pass to @func, or %NULL
  * @destroy: Destroy notifier for @data, or %NULL
  *
- * Sets the function to use when positioning the seach dialog.
+ * Sets the function to use when positioning the search dialog.
  *
  * Since: 2.10
  **/
@@ -14933,7 +14933,7 @@ gtk_tree_view_get_hover_selection (GtkTreeView *tree_view)
  * @expand: %TRUE to enable hover selection mode
  *
  * Enables of disables the hover expansion mode of @tree_view.
- * Hover expansion makes rows expand or collaps if the pointer 
+ * Hover expansion makes rows expand or collapse if the pointer 
  * moves over them.
  * 
  * Since: 2.6